home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1995 March / PC Plus Super CD (Issue 101) (March 1995).iso / act2 / install.inf < prev    next >
Encoding:
INI File  |  1994-03-22  |  40.6 KB  |  788 lines

  1. ;iternational english regular logic
  2. ;ifnot switch01            UK  install/uk data file
  3. ;ifnot switch02            European data files
  4. ;ifnot switch03            Latin American files
  5. ;ifnot switch04            Australian data files 
  6. ;if switch05            custom install
  7. ;ifnot switch07         custom install
  8. ;ifnot switch41         UK files
  9. ;ifnot switch42         latin/euro common application files
  10. ;ifnot switch43         aust app files
  11. ;ifnot switch44         common app files
  12. ;ifnot switch50         latin/euro common data files
  13. [InstallVersion]                
  14. 3.2
  15.  
  16. [process]
  17. Delete.wayin
  18. backup.custdll
  19. switch30 = IsVideo.1280       
  20. #if switch30
  21.    Bitmaps.pix2
  22. #else
  23.    Bitmaps.pix
  24. #endif
  25. CallProc.DoCSDLL
  26. switch07=TRUE
  27. switch44=FALSE ;common data files get turned on
  28. Intl = SetActiveCopy
  29. #ifnot switch01
  30.     switch41=FALSE  ;uk files get turned on
  31.     switch42=TRUE
  32.     switch43=TRUE
  33.     switch50=TRUE
  34. #endif
  35. #ifnot switch02
  36.     switch41=TRUE
  37.     switch42=FALSE ;euro/latin files turned on
  38.     switch43=TRUE
  39.     switch50=FALSE ;common latin/euro files get turned on
  40. #endif
  41. #ifnot switch03
  42.     switch41=TRUE
  43.     switch42=FALSE ;euro/latin files turned on
  44.     switch43=TRUE
  45.     switch50=FALSE  ;common latin/euro files get turned on
  46. #endif
  47. #ifnot switch04
  48.     switch41=TRUE
  49.     switch42=TRUE
  50.     switch43=FALSE ;aust files turned on
  51.     switch50=TRUE
  52. #endif
  53. #if switch05 
  54.     PrimarySelect      
  55.     switch07=FALSE  ;if we do custom let's allow the user to get the AAU
  56. #endif
  57. TargetDrive
  58.  
  59. ;if any of these files exist in there default location we don't install any data files
  60. ResetTarget.database
  61. ResetTarget.letters
  62. ResetTarget.macros
  63. ResetTarget.reports
  64. switch60=Exists.demodbf
  65. switch61=Exists.defaultdes
  66. switch62=Exists.lettertpl
  67. switch63=Exists.faxtpl
  68. switch64=Exists.boldmac
  69. switch65=Exists.exitmac
  70. switch66=Exists.contactrep
  71. switch67=Exists.statusrep
  72.  
  73. #if switch60
  74.     switch69=TRUE
  75. #endif
  76.  
  77. #if switch61
  78.     switch69=TRUE
  79. #endif
  80.  
  81. #if switch62
  82.     switch69=TRUE
  83. #endif
  84.  
  85. #if switch63
  86.     switch69=TRUE
  87. #endif
  88.  
  89. #if switch64
  90.     switch69=TRUE
  91. #endif
  92.  
  93. #if switch65
  94.     switch69=TRUE
  95. #endif
  96.  
  97. #if switch66
  98.     switch69=TRUE
  99. #endif
  100.  
  101. #if switch67
  102.     switch69=TRUE
  103. #endif
  104.  
  105. #if switch68
  106.     switch69=TRUE
  107. #endif
  108.  
  109. #if switch69 ; this guy has some existing data and he wants to overwrite it!
  110.     #ifnot switch05 ; aaa ha and doing an easy install
  111.         switch01=TRUE ;turn off uk data files
  112.         switch02=TRUE ;turn off euro data files
  113.         switch03=TRUE ;turn off latin data files
  114.         switch04=TRUE ; turn off aust data files
  115.         switch44=TRUE ; turn off common data files
  116.         switch50=TRUE ;turn off the latin/euro common data files
  117.     #endif
  118. #endif
  119.  
  120.  
  121. DisableUtils
  122. Copy
  123. EnableUtils
  124. switch10=IsOptionSelected.actexe
  125. #if switch10
  126.     CreateDirectory.BcaseDIR
  127.     CreateDirectory.OutboxDIR
  128.     CreateDirectory.QueryDIR
  129.     CreateDirectory.DeferredDIR
  130.     CallProc.CreateConfigFile
  131.     CallProc.FirstLanpack
  132. #endif
  133. Groups
  134. #if switch10
  135.     Backup.SaveEm
  136.     UpdateIni.AddExts
  137. #endif
  138. MessageBox.Thanks
  139. Delete.CSDLL
  140. Exit
  141. End
  142. [SubProc]
  143.  
  144. ;data
  145. [groups]
  146. "ACT! 2.0 Demo",       actwin2.grp
  147.  
  148. [ACT! 2.0 Demo]
  149. "ACT! 2.0 Demo",     actwin2.exe,     appfiles
  150. "ACT! Features",  readme.txt,      appfiles
  151. "Administrator Utility", aau.exe,  network
  152.  
  153. [Intl:Primary]
  154. caption = "ACT! 2.0 Demo Custom Install"     ; Caption of dialog
  155. button1 = "Application"
  156. button2 = "Network"
  157. button3 = "Email/Print"
  158. button4 = "DB/Macros"
  159. button5 = "Templates/Docs"
  160. text = PrimeText
  161. DisableButtons = 0
  162.  
  163. [PrimeText]
  164. "Please select the items you want to install.  Click the buttons on the"
  165. "right to select individual files or components."
  166.  
  167. [TargetDrive]
  168. caption = "ACT! 2.0 Demo Installation"
  169. defpath = C:\actwin2
  170. text    = "Enter the drive and directory that you want to install to."
  171. reqspace= "Approximate disk space required"
  172.  
  173. [Intl:Component]
  174. caption = "ACT! 2.0 Demo Custom Installation"
  175. text = "Please check the items you want to install."
  176.  
  177. [BcaseDIR]
  178. %s\Bcase, TARGET
  179.  
  180. [OutboxDIR]
  181. %s\Outbox, TARGET
  182.  
  183. [QueryDIR]
  184. %s\queries, TARGET
  185.  
  186. [DeferredDIR]
  187. %s\Deferred, TARGET
  188.  
  189. [DoCSDLL]
  190. dll = custom.dll
  191. function = DoCustomScreen
  192.  
  193. [DoRegDLL]
  194. dll = custom.dll
  195. function = DoOnlineRegistration
  196.  
  197. [FileCopy]
  198. errorcaption = "ACT! 2.0 Demo Installation Error"
  199. insertcaption = "ACT! 2.0 Demo Installation"
  200.  
  201. [cancel]
  202. caption = "ACT! 2.0 Demo Installation"
  203. text = "Are you sure you want to exit?"
  204.  
  205. [Errors]
  206. nohelp = "Help is not currently working"
  207.  
  208. [custdll]
  209. custom.dll, custom.dll, SOURCE, WINDOWS
  210. actlpfnc.dll, actlpfnc.dll, SOURCE, WINDOWS
  211.  
  212. [WindowsVersion]
  213. 3.10
  214. "ACT! 2.0 requires"
  215. "Windows 3.1 or greater."
  216.  
  217. [THANKS]
  218. caption="ACT! 2.0 Demo"
  219. "Your installation was successful."
  220. ""
  221. "Thanks for choosing ACT!"
  222.  
  223. [pix]
  224. color = %s\actback.bmp, 1, 1
  225. color = %s\symlogo.rle, 1, -1
  226.  
  227. [pix2]
  228. color = %s\actback.bmp
  229. color = %s\symlogo.rle, 1, -1
  230.  
  231. [Intl:CopyDialog]
  232. caption = "Copying ACT! 2.0 Demo Files..."
  233. posx = -10
  234. posy = -10
  235.  
  236. [Intl:Advo]
  237. posx = 10
  238. posy = 60
  239. count = 2
  240. location = custom.dll
  241. BitmapsOnly = 1
  242.  
  243. [AdvoDefault]
  244. posx = 20
  245. posy = 30
  246. text = AdvoText
  247.  
  248. [AdvoText]
  249. "Please take a moment to complete the Product Registration Card
  250. "included with your product and return it to Symantec."
  251. ""
  252. "This will ensure that you receive future product announcements"
  253. "and important notices. It will also qualify you for any discounts"
  254. "on future upgrades."
  255. ""
  256. "Thank you for purchasing ACT! 2.0 Demo"
  257.  
  258. [CSDLL]
  259. Custom.dll, WINDOWS
  260. actlpfnc.dll, WINDOWS
  261.  
  262. [AddExts]
  263. IniName = win.ini
  264. SectionName = extensions
  265. dbf="%s\actwin2.exe ^.dbf", TARGET
  266. SectionName=WfxPbLinks
  267. ACT!PhoneBook="1,%s\ACTWIN2.EXE,ACTWIN2,ACTWINPB,ActFrameClass", TARGET
  268.  
  269. [CreateConfigFile]
  270. dll = custom.dll
  271. function = CreateLicenseDir
  272. DirName = license
  273. ConfigFile = lpactwin.bin
  274.  
  275. [FirstLanpack]
  276. dll  = actlpfnc.dll
  277. function = InstallLanpack
  278. Caption = "ACT! 2.0 Demo Network Installation"
  279. Text    = "Locate the ACT! 2.0 Demo network directory."
  280. ConfigFile = lpactwin.bin
  281. License = "lpactwin.lms"
  282. Description = "lpactwin.dat"
  283. Appname = "actwin2.exe"
  284. First = TRUE
  285.  
  286. [SaveEm]
  287. win.ini, winini.act, WINDOWS, WINDOWS
  288.  
  289. [Wayin]
  290. Custom.dll, WINDOWS
  291. actlpfnc.dll, WINDOWS
  292.  
  293. [application]
  294. Caption = "Searching..."
  295. Text 1= "Searching for a Previously"
  296. Text2 = "installed ACT! 2.0 Demo"
  297. Appname = "actwin2.exe"
  298. Apppath = c:\actwin2
  299.  
  300. [database]
  301. Reset=TARGET2
  302. Location=%s\database, TARGET
  303.  
  304. [letters]
  305. Reset=TARGET3
  306. Location=%s\template, TARGET
  307.  
  308. [macros]
  309. Reset=TARGET4
  310. Location=%s\macros, TARGET
  311.  
  312. [reports]
  313. Reset=TARGET5
  314. Location=%s\reports, TARGET
  315.  
  316. [demodbf]
  317. demo.dbf,       TARGET2
  318.   
  319. [defaultdes]
  320. default.des,    TARGET2
  321.  
  322. [lettertpl]
  323. letter.tpl,     TARGET3
  324.  
  325. [faxtpl]
  326. fax.tpl,        TARGET3
  327.    
  328. [boldmac]
  329. bold.mac,       TARGET4
  330.   
  331. [exitmac]
  332. exit.mac,       TARGET4
  333.   
  334. [contactrep]
  335. contact.rep,    TARGET5
  336.  
  337. [statusrep]
  338. status.rep,     TARGET5
  339.  
  340. [Intl]
  341. ;first group is applications, system filters files
  342. copymain.appfiles,              "Application and System Files",                        0,N,Y,Y
  343. copysub.actexe,                 "ACT! Program Files - 1015k",1015                                                                       
  344. copysub.actres,                 "ACT! Application Resources - 368k",534
  345. copysub.actback,                "ACT! Support DLLs - 255k",264 
  346. copysub.layouts,                "Layouts Files- 7k",7                   
  347. copysub.help,                   "On-Line Help Files - 745k",353 
  348. ;filters
  349. copysub.ACT1XIMP,                "ACT! Windows 1.x Filter - 16k",16
  350. copysub.ACT2_0,                  "ACT! DOS 2.0 .CCD Filter - 24k",24
  351. copysub.ACT2_0CX,                "ACT! DOS 2.0 .CCX Filter - 14k",14
  352. copysub.ACT2_1,                  "ACT! DOS 2.1 .CCD Filter - 24k",24
  353. copysub.ACT2_1CX,                "ACT! DOS 2.1 .CCX Filter - 14k",14
  354. copysub.ACTLTR,                  "ACT! DOS WP Letter Filter - 5k",5
  355. copysub.ASCIIIMP,                "Delimited ASCII Filter - 26k",26
  356. copysub.DBASEIMP,                "dBASE Filter - 28k",28
  357. copysub.HP,                      "ACT! for Palmtops Transfer Filter - 114k",114
  358. copysub.MAXIMIZ,                 "Maximizer ASCII Map File - 1k",1
  359. copysub.PACKRAT,                 "PackRat ASCII Map File - 1k",1
  360. copysub.QAIMPORT,                "Q&&A 4.0 Filter - 30k",30
  361. copysub.RTF,                     "RTF WP Filter - 18k",18
  362. copysub.TEXT,                    "Text WP Filter - 4k",4
  363. copysub.YOURWAY,                 "Yourway ASCII Map File - 1k",1
  364. ;dictionaries
  365. copysub.english,                "English Spell Check Dictionary - 220k",220
  366. copysub.user,                   "User Spell Check Dictionary - 1k",1
  367. ;network stuff
  368. copymain.supervisor,            "Administrator Utility",                0,N,Y,Y
  369. copysub.network,                "Administrator Utility - 178k",170                                                                        
  370. ;email 
  371. copymain.mailprint,             "Email and Printing Files",                             0,N,Y,Y
  372. copysub.cserve,                 "CompuServe Email Files - 399k",399
  373. copysub.mapi,                   "MAPI Messaging Files - 18k",18
  374. copysub.vim,                    "VIM Messaging Files - 29k",29                
  375. ;print                                    
  376. copysub.Fullpageadr, "Full Page Address Book Print File - 48k",60
  377. copysub.Fullpageday, "Full Page Day View Print File - 42k",57
  378. copysub.Fullpagewee, "Full Page Week View Print File - 41k",69
  379. copysub.Fullpagemon, "Full Page Month View Print File - 46k",44
  380. copysub.Halfpageadr, "Half Page Address Book Print File - 47k",39
  381. copysub.Halfpageday, "Half Page Day View Print File - 61k",67
  382. copysub.Halfpagewee, "Half Page Week View Print File - 53k",44
  383. copysub.Lrgpcktadr, "Large Pocket Address Book Print File - 51k",78
  384. copysub.Lrgpcktday, "Large Pocket Day View Print File - 68k",60          
  385. copysub.Smlpcktadr, "Small Pocket Address Book Print File - 41k",37
  386. copysub.Smlpcktday, "Small Pocket Day View Print File - 50k",46
  387. ;database        
  388. copymain.dbmac,             "Database and Macro Files",                            0,N,Y,Y
  389. copysub.Demo,                "Demonstration Database - 105k",105
  390. copysub.Demodes,             "Demonstration Description File - 20k",20
  391. copysub.Default,               "Default Description File - 20k",20
  392. ;copysub.Business,               "Business Description File - 20k",20
  393. ;copysub.Commre,             "Commercial Real Estate Description File - 20k",20
  394. ;copysub.Insuranc,               "Insurance Description File - 20k",20
  395. ;copysub.Manager,             "Manager Description File - 20k",20
  396. ;copysub.projldr,             "Project Leader Description File - 20k",20
  397. ;copysub.Resre,                 "Residental Real Estate Description File - 20k",20
  398. ;copysub.Sales,                 "Sales Description File - 20k",20
  399. ;macros
  400. copysub.Bold,            "Bold Text Macro - 1k",1
  401. copysub.Closedb,        "Close Database Macro - 1k",1
  402. copysub.Cut,            "Cut Text Macro - 1k",1
  403. copysub.Editlook,       "Edit Lookup Macro - 1k",1
  404. copysub.Emailadr,       "Email Address Macro - 1k",1
  405. copysub.Emailcr8,       "Create Email Macro - 1k",1
  406. copysub.Emaildis,       "Disconect Email Macro - 1k",1
  407. copysub.Emailin,        "Email Inbox Macro - 1k",1
  408. copysub.Emailout,       "Email Outbox Macro - 1k",1
  409. copysub.Exit,            "Exit Application Macro - 1k",1
  410. copysub.Fileopen,       "File Open Macro - 1k",1
  411. copysub.Insert,            "Insert Text Macro - 1k",1
  412. copysub.Italic,            "Italic Text Macro - 1k",1
  413. copysub.Lookevry,       "Lookup Everyone Macro - 1k",1
  414. copysub.Looklst,        "Lookup Surname Macro - 1k",1
  415. copysub.Lookmy,            "Lookup User Record Macro - 1k",1
  416. copysub.Merge,            "Merge Macro - 1k",1
  417. copysub.Normal,            "Normal Text Macro - 1k",1
  418. copysub.Paste,            "Paste Text Macro - 1k",1
  419. copysub.Princal,        "Print Calender Macro - 1k",1
  420. copysub.Prncont,           "Print Contact Macro - 1k",1
  421. copysub.Prntaddr,       "Print Address Book Macro - 1k",1
  422. copysub.Reflib,            "Reference Library Macro - 1k",1
  423. copysub.Savcont,        "Save Contact Macro - 1k",1
  424. copysub.Savedoc,        "Save Document Macro - 1k",1
  425. copysub.Spellchk,       "Spell Check Macro - 1k",1
  426. copysub.Timer,            "Start Timer Macro - 1k",1
  427. copysub.Undline,        "Underline Text Macro - 1k",1
  428.  
  429. copymain.tempdoc,               "Templates and Documents",                             0,N,Y,Y
  430. copysub.Avry4014,    "Avery 4014 Report Template - 1k",1
  431. copysub.Avry4143,    "Avery 4143 Report Template - 1k",1
  432. copysub.Avry4144,    "Avery 4144 Report Template - 1k",1
  433. copysub.Avry5160,    "Avery 5160 Report Template - 1k",1
  434. copysub.Avry5161,    "Avery 5161 Report Template - 1k",1
  435. copysub.Avry5162,    "Avery 5162 Report Template - 1k",1
  436. copysub.Avry5163,    "Avery 5163 Report Template - 1k",1
  437. copysub.Avry5164,    "Avery 5164 Report Template - 1k",1
  438. copysub.Avry5385,    "Avery 5385 Report Template - 1k",1
  439. copysub.Avry7160,    "Avery 7160 Report Template - 1k",1
  440. copysub.Avry7161,    "Avery 7161 Report Template - 1k",1
  441. copysub.Avry7162,    "Avery 7162 Report Template - 1k",1
  442. copysub.Avry7163,    "Avery 7163 Report Template - 1k",1
  443. copysub.Avry7164,    "Avery 7164 Report Template - 1k",1
  444. copysub.Avry7165,    "Avery 7165 Report Template - 1k",1
  445. copysub.Avry7166,    "Avery 7166 Report Template - 1k",1
  446. copysub.Complete,    "Complete Contact Report Template - 2k",  
  447. copysub.Contact,    "Contact Report Template - 5k",5
  448. copysub.Directory,    "Phone Directory Report Template - 1k",1
  449. copysub.Future,        "Future Activity Report Template - 2k",2
  450. copysub.Notes,        "Notes Report Template - 2k",2
  451. copysub.Phone,        "Phone Number Report Template - 1k",1
  452. copysub.Status,        "Status Report Template - 2k",2
  453. copysub.Summary,    "Summary Report Template - 2k",2
  454. copysub.Tasklist,    "Task List Report Template - 3k",3
  455.  
  456.  
  457. copysub.American,    "American Letter Template - 1k",1
  458. copysub.Aussie,        "Australian Letter Template - 1k",1
  459. copysub.Envelop,    "Default Envelope Template - 1k",1
  460. copysub.Envelpe1,    "Envelope 1 Template - 1k",1
  461. copysub.Envelpe2,    "Envelope 2 Template - 1k",1
  462. copysub.Envelpe3,    "Envelope 3 Template - 1k",1
  463. copysub.European,    "European Letter Template - 1k",1
  464. copysub.Fax,        "Fax Cover Sheet Template - 1k",1
  465. copysub.Faxltr,        "Fax Letter Template - 1k",1
  466. copysub.Letter,        "Default Letter Template - 1k",1
  467. copysub.Memo,        "Memo Template - 1k",1
  468. copysub.Order,        "Order Form Template - 1k",1
  469. copysub.UK,            "United Kingdom Letter Template - 1k",1
  470.  
  471.  
  472. ;copysub.MSDoc1,        "Word Sample Document 1 - 3k",3
  473. ;copysub.MSDoc2,        "Word Sample Macro - 3k",3
  474. copysub.AmiDoc1,    "Ami Pro Sample Document - 5k",5
  475. copysub.Library,    "Default Library File - 3k",3
  476. copysub.MSDoc4,        "Word Sample Document 2 - 3k",3
  477. ;copysub.WPDoc1,        "Word Perfect Sample Document - 1k",1
  478.  
  479. ;international english regular logic
  480.  
  481. ;Intl reg 144 disk layout
  482. [disks]
  483. 1=A:\, "ACT! 2.0 Demo, Program Disk 1"
  484. 2=A:\, "ACT! 2.0 Demo, Program Disk 2"
  485.  
  486. [Intl.disk1]
  487. Temporus.dll,                 "ACT! Support DLL",                size:40000,                  Link:actexe,
  488. Readme.txt,             "Release Notes",                   size:8000,                  Link:actexe,
  489. Layouts.ci!,            "ACT! Layouts",                    size:7000,  switch41,    Link:layouts,ZIPDDIRS
  490. Layouts.ci!,            "ACT! Layouts",                    size:7000,  switch43,    Link:layouts,ZIPDDIRS
  491. Layouts.po!,            "ACT! Layouts",                    size:7000,  switch42,    Link:layouts,ZIPDDIRS
  492. Help.co!,               "ACT! On-Line Help",              size:795000,                Link:help,
  493. Actlpfnc.dl!,           "ACT! Support DLL",               size:20896,                 Link:actexe,
  494. Siwdll.dll,             "ACT! Support DLL",               size:82464,                   Link:actexe,
  495.  
  496. ;printout
  497. Fullpage.ad!,           "Full Page Address Book Print File",     size:48704,       Link:Fullpageadr,ZIPDDIRS
  498. Fullpage.da!,           "Full Page Day View Print File",         size:42208,       Link:Fullpageday,ZIPDDIRS
  499. Fullpage.mo!,           "Full Page Month View Print File",       size:46496,       Link:Fullpagemon,ZIPDDIRS
  500. Fullpage.we!,           "Full Page Week View Print File",        size:41696,       Link:Fullpagewee,ZIPDDIRS
  501. Halfpage.ad!,           "Half Page Address Book Print File",     size:47344,       Link:Halfpageadr,ZIPDDIRS
  502. Halfpage.da!,           "Half Page Day View Print File",         size:61920,       Link:Halfpageday,ZIPDDIRS
  503. Halfpage.we!,           "Half Page Week View Print File",        size:53648,       Link:Halfpagewee,ZIPDDIRS
  504. Lrgpckt.ad!,            "Large Pocket Address Book Print File",  size:51840,       Link:Lrgpcktadr,ZIPDDIRS
  505. Lrgpckt.da!,            "Large Pocket Day View Print File",      size:68016,       Link:Lrgpcktday,ZIPDDIRS
  506. Smlpckt.ad!,            "Small Pocket Address Book Print File",  size:41104,       Link:Smlpcktadr,ZIPDDIRS
  507. Smlpckt.da!,            "Small Pocket Day View Print File",      size:50352,       Link:Smlpcktday,ZIPDDIRS
  508.  
  509. Database.co!,           "Demo Database Files",                      size:105000,switch01,    Link:Demo,ZIPDDIRS
  510. Database.co!,           "Demo Database Files",                      size:105000,switch02,    Link:Demo,ZIPDDIRS
  511. Database.co!,           "Demo Database Files",                      size:105000,switch03,    Link:Demo,ZIPDDIRS
  512. Database.co!,           "Demo Database Files",                      size:105000,switch04,    Link:Demo,ZIPDDIRS
  513.  
  514. ;Database (uk)
  515. Default.uk!,            "Default Description File",                 size:20000,  switch01,   Link:default,ZIPDDIRS
  516. Demo.uk!,               "Demo Description File",                   size:20000,  switch01,   Link:Demodes,ZIPDDIRS
  517. ;Business.uk!,           "Business Description File",                size:20000,  switch01,   Link:Business,ZIPDDIRS
  518. ;Commre.uk!,             "Commercial Real Estate Description File",  size:20000,  switch01,   Link:commre,ZIPDDIRS
  519. ;Insuranc.uk!,           "Insurance Description File",               size:20000,  switch01,   Link:insuranc,ZIPDDIRS
  520. ;Projldr.uk!,            "Project Leader Description File",          size:20000,  switch01,   Link:projldr,ZIPDDIRS
  521. ;Manager.uk!,            "Manager Description File",                 size:20000,  switch01,   Link:manager,ZIPDDIRS
  522. ;Resre.uk!,              "Residental Real Estate Description File",  size:20000,  switch01,   Link:resre,ZIPDDIRS
  523. ;Sales.uk!,              "Sales Description File",                   size:20000,  switch01,   Link:sales,ZIPDDIRS
  524.  
  525. ;Database (euro)
  526. Default.eu!,            "Default Description File",                 size:20000,  switch02,   Link:default,ZIPDDIRS
  527. Demo.eu!,               "Demo Description File",                   size:20000,  switch02,   Link:Demodes,ZIPDDIRS
  528. ;Business.eu!,           "Business Description File",                size:20000,  switch02,   Link:Business,ZIPDDIRS
  529. ;Commre.eu!,             "Commercial Real Estate Description File",  size:20000,  switch02,   Link:commre,ZIPDDIRS
  530. ;Insuranc.eu!,           "Insurance Description File",               size:20000,  switch02,   Link:insuranc,ZIPDDIRS
  531. ;Projldr.eu!,            "Project Leader Description File",          size:20000,  switch02,   Link:projldr,ZIPDDIRS
  532. ;Manager.eu!,            "Manager Description File",                 size:20000,  switch02,   Link:manager,ZIPDDIRS
  533. ;Resre.eu!,              "Residental Real Estate Description File",  size:20000,  switch02,   Link:resre,ZIPDDIRS
  534. ;Sales.eu!,              "Sales Description File",                   size:20000,  switch02,   Link:sales,ZIPDDIRS
  535.  
  536. ;Database (latin)
  537. Default.la!,            "Default Description File",                 size:20000,  switch03,   Link:default,ZIPDDIRS
  538. Demo.la!,               "Demo Description File",                   size:20000,  switch03,   Link:Demodes,ZIPDDIRS
  539. ;Business.la!,           "Business Description File",                size:20000,  switch03,   Link:Business,ZIPDDIRS
  540. ;Commre.la!,             "Commercial Real Estate Description File",  size:20000,  switch03,   Link:commre,ZIPDDIRS
  541. ;Insuranc.la!,           "Insurance Description File",               size:20000,  switch03,   Link:insuranc,ZIPDDIRS
  542. ;Projldr.la!,            "Project Leader Description File",          size:20000,  switch03,   Link:projldr,ZIPDDIRS
  543. ;Manager.la!,            "Manager Description File",                 size:20000,  switch03,   Link:manager,ZIPDDIRS
  544. ;Resre.la!,              "Residental Real Estate Description File",  size:20000,  switch03,   Link:resre,ZIPDDIRS
  545. ;Sales.la!,              "Sales Description File",                   size:20000,  switch03,   Link:sales,ZIPDDIRS
  546.  
  547. ;Database (au)
  548. Default.au!,            "Default Description File",                 size:20000,  switch04,   Link:default,ZIPDDIRS
  549. Demo.au!,               "Demo Description File",                   size:20000,  switch04,   Link:Demodes,ZIPDDIRS
  550. ;Business.au!,           "Business Description File",                size:20000,  switch04,   Link:Business,ZIPDDIRS
  551. ;Commre.au!,             "Commercial Real Estate Description File",  size:20000,  switch04,   Link:commre,ZIPDDIRS
  552. ;Insuranc.au!,           "Insurance Description File",               size:20000,  switch04,   Link:insuranc,ZIPDDIRS
  553. ;Projldr.au!,            "Project Leader Description File",          size:20000,  switch04,   Link:projldr,ZIPDDIRS
  554. ;Manager.au!,            "Manager Description File",                 size:20000,  switch04,   Link:manager,ZIPDDIRS
  555. ;Resre.au!,              "Residental Real Estate Description File",  size:20000,  switch04,   Link:resre,ZIPDDIRS
  556. ;Sales.au!,              "Sales Description File",                   size:20000,  switch04,   Link:sales,ZIPDDIRS
  557.  
  558. ;common macros
  559. Bold.co!,                   "Bold Text Macro",           size:250, switch44, Link:Bold,ZIPDDIRS
  560. Closedb.co!,                "Close Database Macro",      size:250, switch44, Link:closedb,ZIPDDIRS
  561. Cut.co!,                    "Cut Text Macro",            size:250, switch44, Link:cut,ZIPDDIRS
  562. Editlook.co!,                 "Edit Lookup Macro",         size:250, switch44, Link:editlook,ZIPDDIRS
  563. Emailadr.co!,                 "Email Address Macro",       size:250, switch44, Link:emailadr,ZIPDDIRS
  564. Emailcr8.co!,                 "Create Email Macro",        size:250, switch44, Link:emailcr8,ZIPDDIRS
  565. Emaildis.co!,                 "Disconect Email Macro",     size:250, switch44, Link:emaildis,ZIPDDIRS
  566. Emailin.co!,                "Email Inbox Macro",         size:250, switch44, Link:emailin,ZIPDDIRS
  567. Emailout.co!,                 "Email Outbox Macro",        size:250, switch44, Link:emailout,ZIPDDIRS
  568. Exit.co!,                    "Exit Application Macro",    size:250, switch44, Link:exit,ZIPDDIRS
  569. Fileopen.co!,                 "File Open Macro",           size:250, switch44, Link:fileopen,ZIPDDIRS
  570. Insert.co!,                    "Insert Text Macro",         size:250, switch44, Link:insert,ZIPDDIRS
  571. Italic.co!,                    "Italic Text Macro",         size:250, switch44, Link:italic,ZIPDDIRS
  572. Lookevry.co!,                 "Lookup Everyone Macro",     size:250, switch44, Link:lookevry,ZIPDDIRS
  573. Lookmy.co!,                    "Lookup User Record Macro",  size:250, switch44, Link:lookmy,ZIPDDIRS
  574. Merge.co!,                    "Merge Macro",               size:250, switch44, Link:Merge,ZIPDDIRS
  575. Normal.co!,                    "Normal Text Macro",         size:250, switch44, Link:Normal,ZIPDDIRS
  576. Paste.co!,                    "Paste Text Macro",          size:250, switch44, Link:Paste,ZIPDDIRS
  577. Princal.co!,                "Print Calender Macro",      size:250, switch44, Link:Princal,ZIPDDIRS
  578. Prncont.co!,                "Print Contact Macro",       size:250, switch44, Link:Prncont,ZIPDDIRS
  579. Prntaddr.co!,               "Print Address Book Macro",  size:250, switch44, Link:Prntaddr,ZIPDDIRS
  580. Reflib.co!,                    "Reference Library Macro",   size:250, switch44, Link:Reflib,ZIPDDIRS
  581. Savcont.co!,                "Save Contact Macro",        size:250, switch44, Link:Savcont,ZIPDDIRS
  582. Savedoc.co!,                "Save Document Macro",       size:250, switch44, Link:Savedoc,ZIPDDIRS
  583. Spellchk.co!,               "Spell Check Macro",         size:250, switch44, Link:Spellchk,ZIPDDIRS
  584. Timer.co!,                    "Start Timer Macro",         size:250, switch44, Link:Timer,ZIPDDIRS
  585. Undline.co!,                "Underline Text Macro",      size:250, switch44, Link:Undline,ZIPDDIRS
  586. Looksur.co!,                "Lookup Surname Macro",      size:250, switch44, Link:looklst,ZIPDDIRS
  587.  
  588. ;docs
  589. Library.co!,            "Default Library File",         size:3000,  switch44,               Link:Library,ZIPDDIRS
  590.  
  591. ;MSDoc1.uk!,                "Word Sample Document 1",          size:3000,    switch01,    Link:MSDoc1,ZIPDDIRS
  592. ;MSDoc2.uk!,                "Word Sample Macro",             size:3000,    switch01,    Link:MSDoc2,ZIPDDIRS
  593. AmiDoc1.uk!,            "Ami Pro Sample Document",       size:5000,    switch01,    Link:AmiDoc1,ZIPDDIRS
  594. MSDoc4.uk!,                "Word Sample Document 2",          size:3000,    switch01,    Link:MSDoc4,ZIPDDIRS
  595. ;WPDoc1.uk!,                "Word Perfect Sample Document",  size:1000,    switch01,    Link:WPDoc1,ZIPDDIRS
  596.  
  597. ;MSDoc1.au!,                "Word Sample Document 1",          size:3000,    switch04,    Link:MSDoc1,ZIPDDIRS
  598. ;MSDoc2.au!,                "Word Sample Macro",             size:3000,    switch04,    Link:MSDoc2,ZIPDDIRS
  599. AmiDoc1.au!,            "Ami Pro Sample Document",       size:5000,    switch04,    Link:AmiDoc1,ZIPDDIRS
  600. MSDoc4.au!,                "Word Sample Document 2",          size:3000,    switch04,    Link:MSDoc4,ZIPDDIRS
  601. ;WPDoc1.au!,                "Word Perfect Sample Document",  size:1000,    switch04,    Link:WPDoc1,ZIPDDIRS
  602.  
  603. ;MSDoc1.eu!,                "Word Sample Document 1",          size:3000,    switch50,    Link:MSDoc1,ZIPDDIRS
  604. ;MSDoc2.eu!,                "Word Sample Macro",             size:3000,    switch50,    Link:MSDoc2,ZIPDDIRS
  605. AmiDoc1.eu!,            "Ami Pro Sample Document",       size:5000,    switch50,    Link:AmiDoc1,ZIPDDIRS
  606. MSDoc4.eu!,                "Word Sample Document 2",          size:3000,    switch50,    Link:MSDoc4,ZIPDDIRS
  607. ;WPDoc1.eu!,                "Word Perfect Sample Document",  size:1000,    switch50,    Link:WPDoc1,ZIPDDIRS
  608.  
  609. ;reports
  610. ;(uk)
  611. Avry4014.uk!,  "Avery 4014 Report Template",          size:1000,    switch01,    Link:Avry4014,ZIPDDIRS
  612. Avry4143.uk!,  "Avery 4143 Report Template",          size:1000,    switch01,    Link:Avry4143,ZIPDDIRS
  613. Avry4144.uk!,  "Avery 4144 Report Template",          size:1000,    switch01,    Link:Avry4144,ZIPDDIRS
  614. Avry5160.uk!,  "Avery 5160 Report Template",          size:1000,    switch01,    Link:Avry5160,ZIPDDIRS
  615. Avry5161.uk!,  "Avery 5161 Report Tempfate",          size:1000,    switch01,    Link:Avry5161,ZIPDDIRS
  616. Avry5162.uk!,  "Avery 5162 Report Template",          size:1000,    switch01,    Link:Avry5162,ZIPDDIRS
  617. Avry5163.uk!,  "Avery 5163 Report Template",          size:1000,    switch01,    Link:Avry5163,ZIPDDIRS
  618. Avry5164.uk!,  "Avery 5164 Report Template",          size:1000,    switch01,    Link:Avry5164,ZIPDDIRS
  619. Avry5385.uk!,  "Avery 5385 Report Template",          size:1000,    switch01,    Link:Avry5385,ZIPDDIRS
  620. Avry7160.uk!,  "Avery 7160 Report Template",          size:1000,    switch01,    Link:Avry5385,ZIPDDIRS
  621. Avry7161.uk!,  "Avery 7161 Report Template",          size:1000,    switch01,    Link:Avry5385,ZIPDDIRS
  622. Avry7162.uk!,  "Avery 7162 Report Template",          size:1000,    switch01,    Link:Avry5385,ZIPDDIRS
  623. Avry7163.uk!,  "Avery 7163 Report Template",          size:1000,    switch01,    Link:Avry5385,ZIPDDIRS
  624. Avry7164.uk!,  "Avery 7164 Report Template",          size:1000,    switch01,    Link:Avry5385,ZIPDDIRS
  625. Avry7165.uk!,  "Avery 7165 Report Template",          size:1000,    switch01,    Link:Avry5385,ZIPDDIRS
  626. Avry7166.uk!,  "Avery 7166 Report Template",          size:1000,    switch01,    Link:Avry5385,ZIPDDIRS
  627. Complete.uk!,  "Complete Contact Report Template",    size:2355,    switch01,    Link:Complete,ZIPDDIRS
  628. Contact.uk!,   "Contact Report Template",             size:4608,    switch01,    Link:Contact,ZIPDDIRS
  629. Directry.uk!, "Phone Directory Report Template",      size:2180,    switch01,    Link:Directory,ZIPDDIRS
  630. Future.uk!,    "Future Activity Report Template",     size:2081,    switch01,    Link:Future,ZIPDDIRS
  631. Notes.uk!,     "Notes Report Template",               size:2484,    switch01,    Link:Notes,ZIPDDIRS
  632. Phone.uk!,     "Phone Number Report Template",        size:1605,    switch01,    Link:Phone,ZIPDDIRS
  633. Status.uk!,    "Status Report Template",              size:2197,    switch01,    Link:Status,ZIPDDIRS
  634. Summary.uk!,   "Summary Report Template",             size:2073,    switch01,    Link:Summary,ZIPDDIRS
  635. Tasklist.uk!,  "Task List Report Template",           size:3158,    switch01,    Link:Tasklist,ZIPDDIRS
  636.  
  637. ;(au)
  638. Avry4014.au!,  "Avery 4014 Report Template",          size:1000,    switch04,    Link:Avry4014,ZIPDDIRS
  639. Avry4143.au!,  "Avery 4143 Report Template",          size:1000,    switch04,    Link:Avry4143,ZIPDDIRS
  640. Avry4144.au!,  "Avery 4144 Report Template",          size:1000,    switch04,    Link:Avry4144,ZIPDDIRS
  641. Avry5160.au!,  "Avery 5160 Report Template",          size:1000,    switch04,    Link:Avry5160,ZIPDDIRS
  642. Avry5161.au!,  "Avery 5161 Report Tempfate",          size:1000,    switch04,    Link:Avry5161,ZIPDDIRS
  643. Avry5162.au!,  "Avery 5162 Report Template",          size:1000,    switch04,    Link:Avry5162,ZIPDDIRS
  644. Avry5163.au!,  "Avery 5163 Report Template",          size:1000,    switch04,    Link:Avry5163,ZIPDDIRS
  645. Avry5164.au!,  "Avery 5164 Report Template",          size:1000,    switch04,    Link:Avry5164,ZIPDDIRS
  646. Avry5385.au!,  "Avery 5385 Report Template",          size:1000,    switch04,    Link:Avry5385,ZIPDDIRS
  647. Avry7160.au!,  "Avery 7160 Report Template",          size:1000,    switch04,    Link:Avry5385,ZIPDDIRS
  648. Avry7161.au!,  "Avery 7161 Report Template",          size:1000,    switch04,    Link:Avry5385,ZIPDDIRS
  649. Avry7162.au!,  "Avery 7162 Report Template",          size:1000,    switch04,    Link:Avry5385,ZIPDDIRS
  650. Avry7163.au!,  "Avery 7163 Report Template",          size:1000,    switch04,    Link:Avry5385,ZIPDDIRS
  651. Avry7164.au!,  "Avery 7164 Report Template",          size:1000,    switch04,    Link:Avry5385,ZIPDDIRS
  652. Avry7165.au!,  "Avery 7165 Report Template",          size:1000,    switch04,    Link:Avry5385,ZIPDDIRS
  653. Avry7166.au!,  "Avery 7166 Report Template",          size:1000,    switch04,    Link:Avry5385,ZIPDDIRS
  654. Complete.au!,  "Complete Contact Report Template",    size:2355,    switch04,    Link:Complete,ZIPDDIRS
  655. Contact.au!,   "Contact Report Template",             size:4608,    switch04,    Link:Contact,ZIPDDIRS
  656. Directry.au!, "Phone Directory Report Template",      size:2180,    switch04,    Link:Directory,ZIPDDIRS
  657. Future.au!,    "Future Activity Report Template",     size:2081,    switch04,    Link:Future,ZIPDDIRS
  658. Notes.au!,     "Notes Report Template",               size:2484,    switch04,    Link:Notes,ZIPDDIRS
  659. Phone.au!,     "Phone Number Report Template",        size:1605,    switch04,    Link:Phone,ZIPDDIRS
  660. Status.au!,    "Status Report Template",              size:2197,    switch04,    Link:Status,ZIPDDIRS
  661. Summary.au!,   "Summary Report Template",             size:2073,    switch04,    Link:Summary,ZIPDDIRS
  662. Tasklist.au!,  "Task List Report Template",           size:3158,    switch04,    Link:Tasklist,ZIPDDIRS
  663.  
  664. ;(euro or latin)
  665. Avry4014.eu!,  "Avery 4014 Report Template",          size:1000,    switch50,    Link:Avry4014,ZIPDDIRS
  666. Avry4143.eu!,  "Avery 4143 Report Template",          size:1000,    switch50,    Link:Avry4143,ZIPDDIRS
  667. Avry4144.eu!,  "Avery 4144 Report Template",          size:1000,    switch50,    Link:Avry4144,ZIPDDIRS
  668. Avry5160.eu!,  "Avery 5160 Report Template",          size:1000,    switch50,    Link:Avry5160,ZIPDDIRS
  669. Avry5161.eu!,  "Avery 5161 Report Tempfate",          size:1000,    switch50,    Link:Avry5161,ZIPDDIRS
  670. Avry5162.eu!,  "Avery 5162 Report Template",          size:1000,    switch50,    Link:Avry5162,ZIPDDIRS
  671. Avry5163.eu!,  "Avery 5163 Report Template",          size:1000,    switch50,    Link:Avry5163,ZIPDDIRS
  672. Avry5164.eu!,  "Avery 5164 Report Template",          size:1000,    switch50,    Link:Avry5164,ZIPDDIRS
  673. Avry5385.eu!,  "Avery 5385 Report Template",          size:1000,    switch50,    Link:Avry5385,ZIPDDIRS
  674. Avry7160.eu!,  "Avery 7160 Report Template",          size:1000,    switch50,    Link:Avry5385,ZIPDDIRS
  675. Avry7161.eu!,  "Avery 7161 Report Template",          size:1000,    switch50,    Link:Avry5385,ZIPDDIRS
  676. Avry7162.eu!,  "Avery 7162 Report Template",          size:1000,    switch50,    Link:Avry5385,ZIPDDIRS
  677. Avry7163.eu!,  "Avery 7163 Report Template",          size:1000,    switch50,    Link:Avry5385,ZIPDDIRS
  678. Avry7164.eu!,  "Avery 7164 Report Template",          size:1000,    switch50,    Link:Avry5385,ZIPDDIRS
  679. Avry7165.eu!,  "Avery 7165 Report Template",          size:1000,    switch50,    Link:Avry5385,ZIPDDIRS
  680. Avry7166.eu!,  "Avery 7166 Report Template",          size:1000,    switch50,    Link:Avry5385,ZIPDDIRS
  681. Complete.eu!,  "Complete Contact Report Template",    size:2355,    switch50,    Link:Complete,ZIPDDIRS
  682. Contact.eu!,   "Contact Report Template",             size:4608,    switch50,    Link:Contact,ZIPDDIRS
  683. Directry.eu!, "Phone Directory Report Template",      size:2180,    switch50,    Link:Directory,ZIPDDIRS
  684. Future.eu!,    "Future Activity Report Template",     size:2081,    switch50,    Link:Future,ZIPDDIRS
  685. Notes.eu!,     "Notes Report Template",               size:2484,    switch50,    Link:Notes,ZIPDDIRS
  686. Phone.eu!,     "Phone Number Report Template",        size:1605,    switch50,    Link:Phone,ZIPDDIRS
  687. Status.eu!,    "Status Report Template",              size:2197,    switch50,    Link:Status,ZIPDDIRS
  688. Summary.eu!,   "Summary Report Template",             size:2073,    switch50,    Link:Summary,ZIPDDIRS
  689. Tasklist.eu!,  "Task List Report Template",           size:3158,    switch50,    Link:Tasklist,ZIPDDIRS
  690.  
  691. ;templates
  692. ;(uk)
  693. American.uk!,   "American Letter Template",         size:537,    switch01,    Link:American,ZIPDDIRS
  694. Aussie.uk!,     "Austrailian Letter Template",      size:504,    switch01,    Link:Aussie,ZIPDDIRS
  695. Envelope.uk!,    "Default Envelope Template",        size:794,    switch01,    Link:Envelop,ZIPDDIRS
  696. Envelpe1.uk!,   "Envelope 1 Template",              size:899,    switch01,    Link:Envelpe1,ZIPDDIRS
  697. Envelpe2.uk!,   "Envelope 2 Template",              size:918,    switch01,    Link:Envelpe2,ZIPDDIRS
  698. Envelpe3.uk!,   "Envelope 3 Template",              size:793,    switch01,    Link:Envelpe3,ZIPDDIRS
  699. European.uk!,   "European Letter Template",         size:491,    switch01,    Link:European,ZIPDDIRS
  700. Fax.uk!,        "Fax Cover Sheet Template",         size:956,    switch01,    Link:Fax,ZIPDDIRS
  701. Faxltr.uk!,     "Fax Letter Template",              size:1167,   switch01,    Link:Faxltr,ZIPDDIRS
  702. Letter.uk!,     "Default Letter Template",          size:539,    switch01,    Link:Letter,ZIPDDIRS
  703. Memo.uk!,       "Memo Template",                    size:970,    switch01,    Link:Memo,ZIPDDIRS
  704. Order.uk!,      "Order Form Template",              size:1017,   switch01,    Link:Order,ZIPDDIRS
  705. UK.uk!,         "United Kingdom Letter Template",   size:503,    switch01,    Link:UK,ZIPDDIRS
  706.  
  707. ;(aust)
  708. American.au!,   "American Letter Template",         size:537,    switch04,    Link:American,ZIPDDIRS
  709. Aussie.au!,     "Austrailian Letter Template",      size:504,    switch04,    Link:Aussie,ZIPDDIRS
  710. Envelope.au!,    "Default Envelope Template",        size:794,    switch04,    Link:Envelop,ZIPDDIRS
  711. Envelpe1.au!,   "Envelope 1 Template",              size:899,    switch04,    Link:Envelpe1,ZIPDDIRS
  712. Envelpe2.au!,   "Envelope 2 Template",              size:918,    switch04,    Link:Envelpe2,ZIPDDIRS
  713. Envelpe3.au!,   "Envelope 3 Template",              size:793,    switch04,    Link:Envelpe3,ZIPDDIRS
  714. European.au!,   "European Letter Template",         size:491,    switch04,    Link:European,ZIPDDIRS
  715. Fax.au!,        "Fax Cover Sheet Template",         size:956,    switch04,    Link:Fax,ZIPDDIRS
  716. Faxltr.au!,     "Fax Letter Template",              size:1167,   switch04,    Link:Faxltr,ZIPDDIRS
  717. Letter.au!,     "Default Letter Template",          size:539,    switch04,    Link:Letter,ZIPDDIRS
  718. Memo.au!,       "Memo Template",                    size:970,    switch04,    Link:Memo,ZIPDDIRS
  719. Order.au!,      "Order Form Template",              size:1017,   switch04,    Link:Order,ZIPDDIRS
  720. UK.au!,         "United Kingdom Letter Template",   size:503,    switch04,    Link:UK,ZIPDDIRS
  721.  
  722. ;(euro and latin)
  723. American.eu!,   "American Letter Template",         size:537,    switch50,    Link:American,ZIPDDIRS
  724. Aussie.eu!,     "Austrailian Letter Template",      size:504,    switch50,    Link:Aussie,ZIPDDIRS
  725. Envelope.eu!,    "Default Envelope Template",        size:794,    switch50,    Link:Envelop,ZIPDDIRS
  726. Envelpe1.eu!,   "Envelope 1 Template",              size:899,    switch50,    Link:Envelpe1,ZIPDDIRS
  727. Envelpe2.eu!,   "Envelope 2 Template",              size:918,    switch50,    Link:Envelpe2,ZIPDDIRS
  728. Envelpe3.eu!,   "Envelope 3 Template",              size:793,    switch50,    Link:Envelpe3,ZIPDDIRS
  729. European.eu!,   "European Letter Template",         size:491,    switch50,    Link:European,ZIPDDIRS
  730. Fax.eu!,        "Fax Cover Sheet Template",         size:956,    switch50,    Link:Fax,ZIPDDIRS
  731. Faxltr.eu!,     "Fax Letter Template",              size:1167,   switch50,    Link:Faxltr,ZIPDDIRS
  732. Letter.eu!,     "Default Letter Template",          size:539,    switch50,    Link:Letter,ZIPDDIRS
  733. Memo.eu!,       "Memo Template",                    size:970,    switch50,    Link:Memo,ZIPDDIRS
  734. Order.eu!,      "Order Form Template",              size:1017,   switch50,    Link:Order,ZIPDDIRS
  735. UK.eu!,         "United Kingdom Letter Template",   size:503,    switch50,    Link:UK,ZIPDDIRS
  736.  
  737. ;filters
  738. ;(uk)
  739. Asciiimp.uk!,    "Delimited ASCII Filter",               size:26368,    switch41,    Link:ASCIIIMP,ZIPDDIRS
  740. Dbaseimp.uk!,    "dBASE Filter",                         size:28368,    switch41,    Link:DBASEIMP,ZIPDDIRS
  741. HP.uk!,         "ACT! for Palmtops Transfer Filter",    size:114256,   switch41,    Link:HP,ZIPDDIRS
  742. Qaimport.uk!,    "Q&A 4.0 Filter",                           size:30400,    switch41,    Link:QAIMPORT,ZIPDDIRS
  743. ;(euro or latin)
  744. Asciiimp.eu!,    "Delimited ASCII Filter",               size:26368,    switch42,    Link:ASCIIIMP,ZIPDDIRS
  745. Dbaseimp.eu!,    "dBASE Filter",                         size:28368,    switch42,    Link:DBASEIMP,ZIPDDIRS
  746. HP.eu!,         "ACT! for Palmtops Transfer Filter",    size:114256,   switch42,    Link:HP,ZIPDDIRS
  747. Qaimport.eu!,    "Q&A 4.0 Filter",                           size:30400,    switch42,    Link:QAIMPORT,ZIPDDIRS
  748. ;(aust)
  749. Asciiimp.au!,    "Delimited ASCII Filter",               size:26368,    switch43,    Link:ASCIIIMP,ZIPDDIRS
  750. Dbaseimp.au!,    "dBASE Filter",                         size:28368,    switch43,    Link:DBASEIMP,ZIPDDIRS
  751. HP.au!,         "ACT! for Palmtops Transfer Filter",    size:114256,   switch43,    Link:HP,ZIPDDIRS
  752. Qaimport.au!,    "Q&A 4.0 Filter",                       size:30400,    switch43,    Link:QAIMPORT,ZIPDDIRS
  753.  
  754. ;common filters
  755. Actltr.co!,  "ACT! DOS WP Letter Filter", size:4752,    Link:ACTLTR,ZIPDDIRS
  756. Maximiz.co!,    "Maximizer ASCII Map File",size:598,  switch44,  Link:MAXIMIZ,ZIPDDIRS
  757. Packrat.co!,    "PackRat ASCII Map File",  size:598,  switch44,  Link:PACKRAT,ZIPDDIRS
  758. Rtf.co!,     "RTF WP Filter",             size:503,    Link:RTF,ZIPDDIRS
  759. Text.co!,     "Text WP Filter",            size:503,    Link:TEXT,ZIPDDIRS
  760. Yourway.co!,    "Yourway ASCII Map File", size:598,  switch44,  Link:YOURWAY,ZIPDDIRS
  761.  
  762. ;common filters
  763. Act1ximp.co!,"ACT! Windows 1.x Filter",    size:16128,    Link:ACT1XIMP,ZIPDDIRS
  764. Act2_0.co!,     "ACT! DOS 2.0 .CCD Filter",  size:24304,    Link:ACT2_0,ZIPDDIRS
  765. Act2_0cx.co!,"ACT! DOS 2.0 .CCX Filter",  size:14656,    Link:ACT2_0CX,ZIPDDIRS
  766. Act2_1.co!,     "ACT! DOS 2.1 .CCD Filter",  size:24352,    Link:ACT2_1,ZIPDDIRS
  767. Act2_1cx.co!,"ACT! DOS 2.1 .CCX Filter",  size:14688,    Link:ACT2_1CX,ZIPDDIRS
  768.  
  769. [Intl.disk2]
  770. Actwin.co!,             "ACT! Application Program",        size:1015000,                 Link:actexe,
  771. Actback.co!,            "ACT! Support Files",              size:264000,   switch07,     Link:network,
  772. Actback.co!,            "ACT! Support Files",              size:264000,                 Link:actback,
  773. English.dc!,            "English Spell Check Dictionary",  size:218112,                 Link:english,ZIPDDIRS
  774. Default.us!,            "User Spell Check Dictionary",     size:1592,      switch44,             Link:user,ZIPDDIRS
  775. Actres.uk!,             "United Kingdom Resources",        size:367968,    switch41,    Link:actres,                       
  776. Actres.eu!,             "European Resources",              size:367968,    switch42,    Link:actres,                       
  777. Actres.au!,             "Austrailian/NZ Resources",        size:367968,    switch43,    Link:actres,                       
  778.  
  779.  
  780. ;mail
  781. Cserve.co!,             "CompuServe Email Files",          size:399000,            Link:cserve,ZIPDDIRS
  782. Actvim.co!,             "VIM Messaging Files",             size:18000,         Link:mapi,ZIPDDIRS
  783. Actmapi.co!,            "MAPI Messaging Files",            size:29000,         Link:vim,ZIPDDIRS
  784.  
  785.  
  786.  
  787.  
  788.